home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / main.dir / 00046_Script_New Behavior < prev    next >
Text File  |  2002-05-14  |  261b  |  18 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.   set the member of sprite the currentSpriteNum to member "m3"
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor 0
  10.   set the member of sprite the currentSpriteNum to member 43 of castLib "Internal"
  11.  
  12. end
  13.  
  14. on mouseUp me
  15.   halt
  16.  
  17. end
  18.